home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung / Power-Programmierung (Tewi)(1994).iso / magazine / ins_msb / 9203 / treewalk.bi < prev   
Text File  |  1992-01-27  |  219b  |  8 lines

  1. ' TreeWalk.BI - Declarations for the TreeWalk support module.
  2.  
  3. CONST TopDown = 1, BottomsUp = 2
  4.  
  5. DECLARE SUB TreeWalk (InSpec$, ActionKey%)
  6. DECLARE SUB TreeWalkHelper (PathSpec$, EntrySpec$, ActionKey%, Level%)
  7.  
  8.